@CHARSET "UTF-8";

.tabla_datos {
	font-size: 10px;
	}

.notas_tabla span {
	font-size: 12px;
	font-weight: bold;
}


.borde_rlb_th{
	border-right: solid 1px #95B6E8;
	border-left: solid 1px #95B6E8;
	border-bottom: solid 1px #95B6E8;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	}
.borde_rlb_th2{
	border-right: solid 1px #95B6E8;
	border-left: solid 1px #95B6E8;
	border-bottom: solid 1px #95B6E8;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	}
.borde_rb_th{
	border-right: solid 1px #95B6E8;
	border-bottom: solid 1px #95B6E8;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	}
.borde_b{
	border-bottom: solid 1px #95B6E8;
	text-align: center;
	}
.borde_r{
	border-right:solid 1px #95B6E8;
	}
.borde_l{
	border-left: solid 1px #95B6E8;
	}
.borde_rb{
	border-right: solid 1px #95B6E8;
	border-bottom: solid 1px #95B6E8;
	text-align: center;
	}
.borde_rlb{
	border-right:solid 1px #95B6E8;
	border-left: solid 1px #95B6E8;
	border-bottom: solid 1px #95B6E8;
	text-align: left;
	}
.borde_rb_left{
	border-right:solid 1px #95B6E8;
	border-bottom: solid 1px #95B6E8;
	text-align: left;
	}
.borde_rb_right{
	border-right:solid 1px #95B6E8;
	border-bottom: solid 1px #95B6E8;
	text-align: right;
	}
	
	
.tabla_datos{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border: 0px;
	width: 570px;
	padding: 0px;
	vertical-align: top;
	margin-bottom: 0px;
	margin-top: 0px;
	empty-cells: show;
	}
.tabla_datos tfoot{
	color: #4F86D8;
	}
.tabla_datos a:link{
	text-decoration: none;
	padding-right: 7px;
	color: #4F86D8;
	background-image: url(/imagenes/gif/flechader_azul.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	}
.tabla_datos a:link:hover{
	padding-right: 7px;
	color: #757575;
	background-image: url(/imagenes/gif/flechader_gris.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	}
.tabla_datos a:visited{
	padding-right: 7px;
	color: #757575;
	background-image: url(/imagenes/gif/flechader_gris.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	}	
.tabla_datos a:visited:hover{
	padding-right: 7px;
	color: #000000;
	background-image: url(/imagenes/gif/flechader_negro.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
.tabla_datos td{
	padding-left:5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	}
.tabla_datos_sinpadd{
	color: #000000;
	font-weight: normal;
	border: 0px;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	}
.tabla_datos_sinpadd td{
	padding: 0px;
	vertical-align: top;
	}
.cabecera_niv1 th{
	background-color: #4F86D9;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	vertical-align: top;
	}
.cabecera_niv1_mid th{
	background-color: #4F86D9;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	 vertical-align: middle;
	}
.cabecera_niv1_bottom th{
	background-color: #4F86D9;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
 	vertical-align: bottom;
	}
.cabecera_celda{
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	}
.cabecera_celda_center{
	font-weight: bold;
	 text-align: center;
	}
.cabecera_niv2 th{
	background-color: #95B6E9;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	}
.cabecera_niv2_in{
	background-color: #95B6E9;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	}